YesNoCancelDialog
@Composable
This function displays a message dialog.
Parameters
title
The title of the dialog.
message
The message to be displayed.
Example usage:
MessageDialog(
title = "Information",
message = "This is an information message."
)
Content copied to clipboard